home *** CD-ROM | disk | FTP | other *** search
- ACHAR(3I) Last changed: 1-6-98
-
-
- NNAAMMEE
- AACCHHAARR - Returns the character in a specified position of the ASCII
- collating sequence
-
- SSYYNNOOPPSSIISS
- AACCHHAARR (([II==]_i))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- Fortran 90
-
- DDEESSCCRRIIPPTTIIOONN
- The AACCHHAARR intrinsic function returns the character in a specified
- position of the ASCII collating sequence. It accepts the following
- argument:
-
- _i Must be of type integer
-
- AACCHHAARR is an elemental function. The name of this intrinsic cannot be
- passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The result is a character of length 1. If _i has a value in the range
- 0 <= _i <= 127, the result is the character in position _i of the ASCII
- collating sequence. AACCHHAARR (IIAACCHHAARR (_c)) has the value _c for any
- character _c capable of representation.
-
- EEXXAAMMPPLLEESS
- AACCHHAARR((8888)) has the value ''XX''.
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
- printed version of this man page.
-
-